BizTalk Server 2006 Orchestration Profiler

Creates CHM report files illustrating the level of coverage for specified BizTalk orchestrations. This tool can be run to gain a consolidated view of orchestration tracking data for a specified period of time to help developers get an idea of how their orchestrations are being processed and how much coverage they are getting in their testing. In addition to simple coverage information the data presented helps to identify latency and code path exceptions by highlighting long running and error prone orchestration shapes which is key to effective performance testing.

VSTS Code Coverage Runner - Get VS Code Coverage from NUnit or MbUnit

This project is an attempt to provide a wrapper around the VSTS instrumentation and code coverage tools. VSTS provides very powerful code coverage tools with Visual Studio, but as packaged, you need to be running MSTest unit tests to obtain this coverage data. There is a way of getting this data without using MSTest though, by using another test framework such as NUnit or MbUnit for example. This wrapper encapsulates the generation of the .coverage file from a run of NUnit or MbUnit (or similar), but in addition it provides an automated generation of the .xml version of the .coverage file (both can be read by Visual Studio directly), and then uses an XSLT template to transform the XML ouput into a final human readabale page (by default a .html file) Further extension will pull the actual parameters from the hardcoded values in the console application into a wrapper class, and will wrap both with a command line tool and with an MSBuild task - however the code is functional enough, and is transparent enough, that both of these tasks should be easy to implement for anyone wishing to do so for themselves if they require this immediately.

Dynamics NAV Application Profiler

Sample for profiling Microsoft Dynamics NAV Application code. Consumes NAV Execution Events from ETW.

OpenCover

opencover.zip (143,2 MB)
A code coverage tool for .NET 2 and above, support for 32 and 64 processes (including Silverlight) with both branch and sequence points.

Pex Extensions

Pex.zip (17,3 MB)
Repository for all open source things related to Pex from Microsoft Research, such as examples, custom test frameworks, additional mocks, best practices, or any other type of extensions.

ReportGenerator

ReportGenerator converts XML reports generated by PartCover, OpenCover or NCover into a readable report in various formats.

[Ex] VS2010 UnitTest Coverage Analyzer

Analyzing Visual Studio Unittest Coverage Exported XML file

XtCover

XtCover.zip (15,9 MB)
It stands for eXTreme COVERage, a web based .NET code coverage reporting tool on top of VS CoveragAPIs. It provides the coverage summary in an enhanced way what VS tools does not Provide.